home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ksh48.zip / profile.ksh < prev    next >
Text File  |  1992-09-01  |  195b  |  13 lines

  1. # profile for OS/2 version of ksh
  2.  
  3. print -n "\033[H\033[2J"
  4.  
  5. set -o hashall
  6.  
  7. MAILPATH="e:/spool/mail/$LOGNAME;e:/spool/mail/root"
  8. MAILCHECK=60
  9. export MAILPATH MAILCHECK
  10.  
  11. date
  12. echo ""
  13.